From: Agustin Martin Date: Fri, 13 Mar 2009 16:19:00 +0000 (+0000) Subject: ispell.el (ispell-get-word): Initialize spellchecker params. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1285 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ddb7e8bef7c8fc227ed6ae6cccdfd196933676fa;p=emacs.git ispell.el (ispell-get-word): Initialize spellchecker params. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60e8bdf8a10..45cb51d7712 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-03-13 Agustín Martín + + * textmodes/ispell.el (ispell-get-word): Initialize spellchecker + params. + 2009-03-13 Stefan Monnier * files.el (auto-mode-alist): Add rules for OpenOffice extension diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ab43f78192f..364e3c008df 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1752,6 +1752,7 @@ many times. Word syntax is controlled by the definition of the chosen dictionary, which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'." + (ispell-set-spellchecker-params) ; Initialize variables and dicts alists (let* ((ispell-casechars (ispell-get-casechars)) (ispell-not-casechars (ispell-get-not-casechars)) (ispell-otherchars (ispell-get-otherchars))